type runtime.finalizer
9 uses
runtime (current package)
mfinal.go#L29: fin [(_FinBlockSize - 2*goarch.PtrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer
mfinal.go#L52: type finalizer struct {
mfinal.go#L114: if (unsafe.Sizeof(finalizer{}) != 5*goarch.PtrSize ||
mfinal.go#L115: unsafe.Offsetof(finalizer{}.fn) != 0 ||
mfinal.go#L116: unsafe.Offsetof(finalizer{}.arg) != goarch.PtrSize ||
mfinal.go#L117: unsafe.Offsetof(finalizer{}.nret) != 2*goarch.PtrSize ||
mfinal.go#L118: unsafe.Offsetof(finalizer{}.fint) != 3*goarch.PtrSize ||
mfinal.go#L119: unsafe.Offsetof(finalizer{}.ot) != 4*goarch.PtrSize) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |